type context.withoutCancelCtx
8 uses
context (current package)
context.go#L575: return withoutCancelCtx{parent}
context.go#L578: type withoutCancelCtx struct {
context.go#L582: func (withoutCancelCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L586: func (withoutCancelCtx) Done() <-chan struct{} {
context.go#L590: func (withoutCancelCtx) Err() error {
context.go#L594: func (c withoutCancelCtx) Value(key any) any {
context.go#L598: func (c withoutCancelCtx) String() string {
context.go#L774: case withoutCancelCtx:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |